lcRPlanGetVer Home

Returns a handle to a road plan vertex by its sequence number.

 HANDLE lcRPlanGetVer (
   HANDLE hRPlan,
   int Index
 );

Parameters
hRPlan
  Handle to a road plan object.
Index
  Sequence number of the vertex. Varies from zero to LC_PROP_RPLAN_NVERS-1

Return Value

  Handle to a vertex or NULL if there is no vertex with specified index.